-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding USB ports on Youyeetoo R1 v3 #227
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commit history is not readable, can you squash them? |
@amazingfate now I don't know how to fix this conflict.. |
You are overwriting existing code. |
@amazingfate how can fix? |
@amazingfate i rollback the commit, but i didn't understand the squash, i'm so sorry :( |
SuperKali
force-pushed
the
rk-6.1-rkr3
branch
4 times, most recently
from
August 27, 2024 06:44
cd2413c
to
f84f4b5
Compare
- formatting code - added references to usb ports arch: arm64 board: youyeetoo r1 v3 added wireless reference and bluetooth - added the reference to RTC code arch: arm64 board: youyeetoo r1 still trying to fix usb ports arch: arm64 board: youyeetoo r1 fix syntax error arch: arm64 board: youyeetoo r1 add phy-supply on ports arch: arm64 board: youyeetoo r1 add host mode usb3.0 arch: arm64 board: youyeetoo r1 re-add reference to usb-c/a arch: arm64 board: youyeetoo r1 fix compilation error. arch: arm64 board: youyeetoo r1 missing usb3 interface. arch: arm64 board: youyeetoo r1 wrong vbus supply reference arch: arm64 board: youyeetoo r1 reformatting code arch: arm64 board: youyeetoo r1 removed usbc reference and add some reference to usb-a 3.0, vendor dts are uncomplete and usb-a 3.0 not working. arch: arm64 board: youyeetoo r1 renabled some reference of usb3.0 driver.. arch: arm64 board: youyeetoo r1 testing usb 3.0 arch: arm64 board: youyeetoo r1 missing ; arch: arm64 board: youyeetoo r1 reformatting code arch: arm64 board: youyeetoo r1 add hdmi in
@amazingfate Now it's ok? |
amazingfate
pushed a commit
that referenced
this pull request
Nov 24, 2024
* WIP: arch: arm64 board: youyeetoo r1 v3 add rewrited dts code. * arch: arm64 board: youyeetoo r1 v3 add missing regulator for dcin 12v - formatting code - added references to usb ports arch: arm64 board: youyeetoo r1 v3 added wireless reference and bluetooth - added the reference to RTC code arch: arm64 board: youyeetoo r1 still trying to fix usb ports arch: arm64 board: youyeetoo r1 fix syntax error arch: arm64 board: youyeetoo r1 add phy-supply on ports arch: arm64 board: youyeetoo r1 add host mode usb3.0 arch: arm64 board: youyeetoo r1 re-add reference to usb-c/a arch: arm64 board: youyeetoo r1 fix compilation error. arch: arm64 board: youyeetoo r1 missing usb3 interface. arch: arm64 board: youyeetoo r1 wrong vbus supply reference arch: arm64 board: youyeetoo r1 reformatting code arch: arm64 board: youyeetoo r1 removed usbc reference and add some reference to usb-a 3.0, vendor dts are uncomplete and usb-a 3.0 not working. arch: arm64 board: youyeetoo r1 renabled some reference of usb3.0 driver.. arch: arm64 board: youyeetoo r1 testing usb 3.0 arch: arm64 board: youyeetoo r1 missing ; arch: arm64 board: youyeetoo r1 reformatting code arch: arm64 board: youyeetoo r1 add hdmi in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Today I received the board, but unfortunately, I encountered issues with the USB 3.0 ports. I spent some time figuring out how everything works, but even the vendor's version didn't have all the USB ports fully functional; some, like the USB 3.0 and USB 2.0 in its block, weren't working at all.
After testing, I was able to get all the USB ports detected correctly. Currently, there are 4 USB 2.0 ports and 1 USB 3.0 port working.
The board appears to be stable for now, but further updates will be made during the development period.
Thank you,
Dany